Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add debug command #256

Merged
merged 3 commits into from
May 21, 2022
Merged

add debug command #256

merged 3 commits into from
May 21, 2022

Conversation

DavidBadura
Copy link
Member

No description provided.

@DavidBadura DavidBadura added the enhancement New feature or request label May 16, 2022
@DavidBadura DavidBadura added this to the 2.0.0 milestone May 16, 2022
@DavidBadura DavidBadura requested a review from DanielBadura May 16, 2022 16:24
@github-actions
Copy link

github-actions bot commented May 16, 2022

Hello 👋

here is the most recent benchmark result:

LoadEventsWithSnapshotsBench
============================

Average iteration times by variant

266.9μs   │ ██ 
233.5μs   │ ██ 
200.2μs   │ ██ 
166.8μs   │ ██ 
133.5μs   │ ██ 
100.1μs   │ ██ 
66.7μs    │ ██ 
33.4μs    │ ██ 
          └────
            1  

[█ <current>] [█ base] 

1: benchLoadEvents 

Memory by variant

14.0mb    │ ██ 
12.2mb    │ ██ 
10.5mb    │ ██ 
8.7mb     │ ██ 
7.0mb     │ ██ 
5.2mb     │ ██ 
3.5mb     │ ██ 
1.7mb     │ ██ 
          └────
            1  

[█ <current>] [█ base] 

1: benchLoadEvents 

+--------------------+--------------------+--------------------+-----------------+------------+
|                    | time (kde mode)                         | memory                       |
+--------------------+--------------------+--------------------+-----------------+------------+
| subject            | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+--------------------+--------------------+--------------------+-----------------+------------+
| benchLoadEvents () | 264.696μs (±0.68%) | 266.900μs (±0.07%) | 13.995mb        | 13.995mb   |
+--------------------+--------------------+--------------------+-----------------+------------+

LoadEventsBench
===============

Average iteration times by variant

108.3ms   │ ██ 
94.7ms    │ ██ 
81.2ms    │ ██ 
67.7ms    │ ██ 
54.1ms    │ ██ 
40.6ms    │ ██ 
27.1ms    │ ██ 
13.5ms    │ ██ 
          └────
            1  

[█ <current>] [█ base] 

1: benchLoadEvents 

Memory by variant

20.3mb    │ ██ 
17.8mb    │ ██ 
15.3mb    │ ██ 
12.7mb    │ ██ 
10.2mb    │ ██ 
7.6mb     │ ██ 
5.1mb     │ ██ 
2.5mb     │ ██ 
          └────
            1  

[█ <current>] [█ base] 

1: benchLoadEvents 

+--------------------+--------------------+--------------------+-----------------+------------+
|                    | time (kde mode)                         | memory                       |
+--------------------+--------------------+--------------------+-----------------+------------+
| subject            | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+--------------------+--------------------+--------------------+-----------------+------------+
| benchLoadEvents () | 108.263ms (±0.84%) | 108.072ms (±0.82%) | 20.334mb        | 20.334mb   |
+--------------------+--------------------+--------------------+-----------------+------------+

WriteEventsBench
================

Average iteration times by variant

43.2ms    │    ██ 
37.8ms    │    ██ 
32.4ms    │    ██ 
27.0ms    │    ██ 
21.6ms    │    ██ 
16.2ms    │    ██ 
10.8ms    │    ██ 
5.4ms     │ ▂▂ ██ 
          └───────
            1  2  

[█ <current>] [█ base] 

1: benchSaveOneEvent    2: benchSaveAfterThous᠁ 

Memory by variant

7.1mb     │ ▂▂ ██ 
6.2mb     │ ██ ██ 
5.3mb     │ ██ ██ 
4.4mb     │ ██ ██ 
3.5mb     │ ██ ██ 
2.7mb     │ ██ ██ 
1.8mb     │ ██ ██ 
887.3kb   │ ██ ██ 
          └───────
            1  2  

[█ <current>] [█ base] 

1: benchSaveOneEvent    2: benchSaveAfterThous᠁ 

+---------------------------------+-------------------+-------------------+-----------------+------------+
|                                 | time (kde mode)                       | memory                       |
+---------------------------------+-------------------+-------------------+-----------------+------------+
| subject                         | Tag: <current>    | Tag: base         | Tag: <current>  | Tag: base  |
+---------------------------------+-------------------+-------------------+-----------------+------------+
| benchSaveOneEvent ()            | 1.033ms (±0.68%)  | 1.262ms (±0.61%)  | 6.403mb         | 6.403mb    |
| benchSaveAfterThousandEvents () | 43.171ms (±4.83%) | 43.124ms (±2.37%) | 7.099mb         | 7.099mb    |
+---------------------------------+-------------------+-------------------+-----------------+------------+

This comment gets update everytime a new commit comes in!

@DavidBadura DavidBadura linked an issue May 16, 2022 that may be closed by this pull request
@DanielBadura DanielBadura merged commit 09828c8 into 2.0.x May 21, 2022
@DanielBadura DanielBadura deleted the debug-command branch May 21, 2022 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

debug command
2 participants